Gets details for the current user.

{ getMe }

Returns the user info for the currently authenticated user

Method

/API2/access/getMe

  • API Section: /API2/access
  • API Version: 2.0
  • From Release: 2020.0
  • Usage: REST API only via POST actions.
  • Usage by:
    • Enterprise Admin
    • Domain Admin
    • Pro
    • Analyst
    • Viewer
    • Basic
  • Output Response

    Successful Result Code

    200

    Response Type

    Description of Response Type

    The user object contains all relevant meta-data for the user.

    Notes

    Use this method to extract details for the account running the API calls

    Examples